projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775591f
)
(sh-indent-for-then): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 18 Oct 2002 08:18:29 +0000
(08:18 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 18 Oct 2002 08:18:29 +0000
(08:18 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 3468029b5e62b5627c6dd869661b00cef5fccfcf..35e72199a73daf1f50b885e477668e53dd7944d7 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-1080,7
+1080,7
@@
does not affect then else elif or fi statements themselves."
:group 'sh-indentation)
(defcustom sh-indent-for-then '+
- "*How much to indent a
n
then relative to an if."
+ "*How much to indent a then relative to an if."
:type `(choice ,@ sh-number-or-symbol-list )
:group 'sh-indentation)